home *** CD-ROM | disk | FTP | other *** search
- Use To Generate Report Layouts:
-
- %sssssss You Can Line Up Titles Easier Date: %sssssss|time,date
- And Set Up Output Without Guessing
-
- Name Address City State Zip Code
- ====================== ==================== ============== ===== ===========
- %sssssssssssssssssssss %ssssssssssssssssss %sssssssssssss %s %sssssssss|name,address,city,state,zip
-
- ******************************************************************************************************
-
- Or address labels: %ssssssssssssssssssss|name
- %ssssssssssssssssss|address
- %s, %s %s|city,state,zip
-
- ******************************************************************************************************
-
- And Numbers:
-
- This is a %xxxxx Hex number.|value
- This is a %ddddd Decimal number.|value
- This is a %ff.ff Float Number.|value/5.5
-
- ******************************************************************************************************
-
- You Can Use The Percent Sign In Other Ways:
-
- This is a %/dollar example to show it can be used with something.
- And it can also be used by itself % .
-
- ******************************************************************************************************
-
- You Can Also Prefill %s Fields|"Desired"
-
- ******************************************************************************************************
-
- You Can Also Use Characters [%c] & %c.|'a','b'
-
- ******************************************************************************************************
- It Also Performs A Data Integrity Check:
-
- This %ss will generate a warning because of no variable.
- And this will generate an error because of no place holder. |bad_variable
-
-